# $Id: Makefile 365 2008-06-27 20:30:16Z tk $

all: cleanall
	find *.ini -type f -exec perl mk_syx.pl {} -device_id 0 \;

cleanall:
	rm -f *.syx
